home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1991 …esperately Seeking Seven / Desperately Seeking Seven.2mg / Dev.CD.8 / Essentials / Interfaces / APW.Interfaces / AInclude / E16.Menu < prev    next >
Encoding:
Text File  |  1990-06-30  |  1.3 KB  |  60 lines  |  [04] ASCII Text (0x0000)

  1. ; File:  E16.Menu
  2. ;
  3. ;
  4. ; Copyright Apple Computer, Inc. 1986-90
  5. ; All Rights Reserved
  6. ;
  7. ;
  8. mDrawMsg GEQU $0000
  9. mChooseMsg GEQU $0001
  10. mSizeMsg GEQU $0002
  11. mDrawTitle GEQU $0003
  12. mDrawMItem GEQU $0004
  13. mGetMItemID GEQU $0005
  14. menuRefPtr GEQU $0000
  15. mRefHandle GEQU $4000
  16. mRefResource GEQU $8000
  17. menuAllowCache GEQU $0008
  18. menuCustom GEQU $0010
  19. menuXOR GEQU $0020
  20. menuDisabled GEQU $0080
  21. menuAlwaysCallMChoose GEQU $0100
  22. itemBold GEQU $0001
  23. itemItalic GEQU $0002
  24. itemUnderline GEQU $0004
  25. itemXOR GEQU $0020
  26. itemDivider GEQU $0040
  27. itemDisabled GEQU $0080
  28. itemOutline GEQU $0800
  29. itemShadow GEQU $1000
  30. mInvis GEQU $0004
  31. mCustom GEQU $0010
  32. mXor GEQU $0020
  33. mSelected GEQU $0040
  34. mDisabled GEQU $0080
  35. menuCacheMask GEQU $0008
  36. customMenu GEQU $0010
  37. xorMItemHilite GEQU $0020
  38. xorTitleHilite GEQU $0020
  39. underMItem GEQU $0040
  40. disableItem GEQU $0080
  41. disableMenu GEQU $0080
  42. enableItem GEQU $FF7F
  43. enableMenu GEQU $FF7F
  44. noUnderMItem GEQU $FFBF
  45. colorMItemHilite GEQU $FFDF
  46. colorTitleHilite GEQU $FFDF
  47. colorReplace GEQU $FFDF
  48. standardMenu GEQU $FFEF
  49. type2 GEQU $0040
  50. ; offset constants for MenuRec
  51. omenuID GEQU 0  ; Menu's ID number
  52. omenuWidth GEQU 2  ; Width of menu
  53. omenuHeight GEQU 4  ; Height of menu
  54. omenuProc GEQU 6  ; Menu's definition procedure
  55. omenuFlag GEQU 10  ; Bit flags
  56. onumOfItems GEQU 12
  57. otitleWidth GEQU 14  ; Width of menu's title
  58. otitleName GEQU 16
  59. omenuCache GEQU 20
  60.